EinhugurCoreBridge.NSDictionary
NSMutableDictionary
NSMutableDictionary | Default constructor for the NSMutableDictionary. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Count (Inherited) | Returns number of key value pairs in the dictionary. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
shared Cast | Does deep cast on incoming NSObject to NSMutableDictionary |
Clear | Removes all elements from the dictionary. |
DoubleForKey (Inherited) | Returns Double for a given key. |
shared FromIntegerPtr | Constructs NSMutableDictionary object from Integer handle coming from declares or 3rd party plugin. |
GetKeys (Inherited) | Returns a new NSArray containing the dictionary’s keys, or an empty array if the dictionary has no entries. |
GetValues (Inherited) | Returns a new NSArray containing the dictionary’s values, or an empty array if the dictionary has no entries. |
IntegerForKey (Inherited) | Returns Integer for a given key. |
shared IsNSMutableDictionary | Returns true if the NSObject under the hood is NSMutableDictionary or derived from NSMutableDictionary. |
ObjectForKey (Inherited) | Returns NSObject for a given key, or nil if key was not found. |
ObjectForKey (Inherited) | Returns NSObject for a given string key, or nil if key was not found. |
Release (Inherited) | Releases the NSObject. |
Remove | Removes item from the dictionary by given NSObject key. |
Remove | Removes item from the dictionary by given string key. |
Retain (Inherited) | Retains the NSObject |
SetDoubleForKey | Sets double value for given string key. |
SetIntegerForKey | Sets integer value for given string key. |
SetObjectForKey | Sets object value for given NSObject key. |
SetObjectForKey | Sets object value for given string key. |
SetStringForKey | Sets string value for given string key. |
StringForKey (Inherited) | Returns String for a given key. |
Version = 5.0 (Inherited) |